klass->close = gtk_info_bar_close;
/**
- * GtkInfoBar:message-type:
+ * GtkInfoBar:message-type: (attributes org.gtk.Property.get=gtk_info_bar_get_message_type org.gtk.Property.set=gtk_info_bar_set_message_type)
*
* The type of the message.
*
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkInfoBar:show-close-button:
+ * GtkInfoBar:show-close-button: (attributes org.gtk.Property.get=gtk_info_bar_get_show_close_button org.gtk.Property.set=gtk_info_bar_set_show_close_button)
*
* Whether to include a standard close button.
*/
GTK_PARAM_READWRITE|G_PARAM_CONSTRUCT|G_PARAM_EXPLICIT_NOTIFY);
/**
- * GtkInfoBar:revealed:
+ * GtkInfoBar:revealed: (attributes org.gtk.Property.get=gtk_info_bar_get_revealed org.gtk.Property.set=gtk_info_bar_set_revealed)
*
* Whether the info bar shows its contents.
*/
}
/**
- * gtk_info_bar_set_message_type:
+ * gtk_info_bar_set_message_type: (attributes org.gtk.Method.set_property=message-type)
* @info_bar: a `GtkInfoBar`
* @message_type: a #GtkMessageType
*
}
/**
- * gtk_info_bar_get_message_type:
+ * gtk_info_bar_get_message_type: (attributes org.gtk.Method.get_property=message-type)
* @info_bar: a `GtkInfoBar`
*
* Returns the message type of the message area.
/**
- * gtk_info_bar_set_show_close_button:
+ * gtk_info_bar_set_show_close_button: (attributes org.gtk.Method.set_property=show-close-button)
* @info_bar: a `GtkInfoBar`
* @setting: %TRUE to include a close button
*
}
/**
- * gtk_info_bar_get_show_close_button:
+ * gtk_info_bar_get_show_close_button: (attributes org.gtk.Method.get_property=show-close-button)
* @info_bar: a `GtkInfoBar`
*
* Returns whether the widget will display a standard close button.
}
/**
- * gtk_info_bar_set_revealed:
+ * gtk_info_bar_set_revealed: (attributes org.gtk.Method.set_property=revealed)
* @info_bar: a `GtkInfoBar`
* @revealed: The new value of the property
*
}
/**
- * gtk_info_bar_get_revealed:
+ * gtk_info_bar_get_revealed: (attributes org.gtk.Method.get_property=revealed)
* @info_bar: a `GtkInfoBar`
*
* Returns whether the info bar is currently revealed.